shawenguan 2 år sedan
förälder
incheckning
24b1b9b103

+ 0 - 7
Scripts/gandart/gandartHelper.js

@@ -68,16 +68,9 @@ if (!lk.isExecComm) {
         } else {
             lk.done();
         }
-    }else{
-        all();
     }
 }
 
-async function all() {
-   lk.pushWxMsg('光予下单手', '11111我喜欢荞22222', 'https://www.baidu.com');
-   lk.done();
-}
-
 function checkHanldeRequest() {
     const url = $request.url;
     const path = $request.path;

+ 1 - 1
Scripts/gandart/gandartOrder.js

@@ -322,7 +322,7 @@ function checkToBuyCollection(item) {
                                 let msgTips = `成功下单产品[${obj.collectionName}#${viewSort}],价格:${item.resalePrice},订单号:${obj.orderNum}`;
                                 lk.log(`${msgTips}`);
                                 lk.appendNotifyInfo(`🎉${msgTips}`);
-                                lk.pushWxMsg('光予下单手', msgTips);
+                                lk.pushWxMsg('光予下单手', msgTips, 'https://www.gandart.com/#/pagesA/user/myOrderList');
                             }
                         } else {
                             lk.log(`产品[${collectionName}#${viewSort}]下单失败`);

+ 1 - 1
Scripts/gandart/gandartPay.js

@@ -555,7 +555,7 @@ async function sandPay(orderNum, orderInfo) {
                             ret = orderNum;
                             lk.appendNotifyInfo(`🎉支付订单[${orderNum}]受理成功`);
                             lk.appendNotifyInfo(`🎉打开链接支付[${info.passwordURL}]`);
-                            lk.pushWxMsg('光予支付手', `🎉打开链接支付[${info.passwordURL}]`, info.passwordURL);
+                            lk.pushWxMsg('光予支付手', `🎉支付订单[${orderNum}]受理成功,请打开链接支付[${info.passwordURL}]`, info.passwordURL);
                         } else {
                             lk.log(`请求支付订单[${orderNum}]失败,响应:${data}`);
                         }