You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hunjianghu/杨盼成/config.js

13 lines
856 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

module.exports = {
version: "5.0",
note: '优化接口调用流程',
subDomain: "6b767a23e032e73d228dd0cc31cfdc38", // 如果你的域名是: https://api.it120.cc/abcd 那么这里只要填写 abcd
appid: "wxdc9f23490d56599c", // 您的小程序的appid购物单功能需要使用
shareProfile: '百款精品商品,总有一款适合您' // 首页转发的时候话术
}
/*
根据自己需要修改下单时候的模板消息内容设置,可增加关闭订单、收货时候模板消息提醒;
1、/pages/to-pay-order/index.js 中已添加关闭订单、商家发货后提醒消费者;
2、/pages/order-details/index.js 中已添加用户确认收货后提供用户参与评价;评价后提醒消费者好评奖励积分已到账;
3、请自行修改上面几处的模板消息ID参数为您自己的变量设置即可。
*/