[订单添加退款,签收,购物车支付]

This commit is contained in:
张慢慢
2020-12-28 17:16:42 +08:00
42 changed files with 1047 additions and 79 deletions

View File

@@ -6,8 +6,10 @@ import {req} from "../request"
const richText = (key) => req({url: "single/" + key, data: {key: "string"}}) //富文本
const getStatus = (key) => req({url: "ajax/status/" + key}) //状态查询
const storeConfig = (data) => req({url: "wechat/mini/myComponents", data: data}) //企业工具模块配置
export default({
richText,
getStatus
getStatus,
storeConfig
})