|
|
@@ -26,14 +26,17 @@ const gardartLimitPriceKey = '@gandart.limitPrice';
|
|
|
|
|
|
let gandartToken = lk.getVal(gandartTokenKey, '');
|
|
|
|
|
|
-// if(!lk.isExecComm) {
|
|
|
-// if (lk.isRequest()) {
|
|
|
-// getInfo();
|
|
|
-// lk.done();
|
|
|
-// } else {
|
|
|
-// all();
|
|
|
-// }
|
|
|
-// }
|
|
|
+if(!lk.isExecComm) {
|
|
|
+ if (lk.isRequest()) {
|
|
|
+ // getInfo();
|
|
|
+ lk.appendNotifyInfo('测试1');
|
|
|
+ lk.done();
|
|
|
+ } else {
|
|
|
+ // all();
|
|
|
+ lk.appendNotifyInfo('测试2');
|
|
|
+ lk.done();
|
|
|
+ }
|
|
|
+}
|
|
|
|
|
|
// function getInfo() {
|
|
|
// const url = $request.url;
|