编写接口脚本在进行json解析时一直提示类型不对,需要可以运行的接口脚本的demo。
请求方式:
POST请求头Header参数;
u\_udid是string设备唯一id;
e\_efrom是string和事件efrom一致;
u\_sysOs是string操作系统;
u\_timestamp是string时间戳;
u\_sign是string签名;
u\_userId是Integer用户id,未登陆时默认传0。
接口参数:
img是MultipartFile 文件流;
tcode是String计数模板简称。
1、创建一个工具类目录utils,在子目录下创建文件HttpUtil:
2、在需要的地方可以这样引用:
也可以参考使用官方的api自行实现业务逻辑,文档考:https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V5/js-apis-http-V5\#httprequest
或者使用三方库axios来实现,文档参考:https://ohpm.openharmony.cn/\#/cn/detail/@ohos%2Faxios