123456789101112131415 |
- export default {
- share_url: 'https://weidian.cliu.cc/web/user', //用在 shop order-manage order-info firm-order share-detail goods-share 页面
- wxURL: 'https://open.weixin.qq.com/connect/oauth2/authorize',
- // 测试环境
- // appid: 'wxd684a5cf4af0a810',
- // redirect_uri: 'http://api.woaidakele.cn',
-
- // 测试环境
- // appid: 'wxd684a5cf4af0a810',
- // redirect_uri: 'http://test.woaidakele.cn',
- //正式环境
- appid: 'wx5224793b7dc7f7b7',
- // redirect_uri: 'https://api.wd.cliu.cc',
- redirect_uri: 'https://api.app.cliu.cc',
- }
|