[订单添加退款,签收,购物车支付]
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user