mall_client/zyhs3_uniapp/README.md

38 lines
904 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#drink-new
#http请求走catch时返回的数据
{
"msg": "该订单已付款,请勿重复支付",
"res": {
"data": {
"code": 15001,
"msg": "该订单已付款,请勿重复支付",
"data": null
},
"statusCode": 15001,
"header": {
"Content-Type": "application/json;charset=utf-8",
"Connection": "keep-alive",
"Date": "Wed, 20 Jan 2021 08:48:15 GMT",
"Transfer-Encoding": "chunked"
},
"errMsg": "request:ok",
"cookies": []
}
}
// 从v2.11.2起SDK 支持了 WebSocket推荐接入v2.10.2及以下版本,使用 HTTP
npm install tim-wx-sdk --save
// 发送图片、文件等消息需要腾讯云 即时通信 IM 上传插件
npm install tim-upload-plugin --save
// 拦截或替换敏感词需要本地审核插件
npm install tim-profanity-filter-plugin --save
<!-- 打包证书
shop.keystore
别名 shop.keystore
包名 shop.zyhs
密钥shop123456
-->