|
@@ -26,7 +26,7 @@ function customer_test() {
|
26
|
26
|
message: '加载中...',
|
27
|
27
|
forbidClick: true,
|
28
|
28
|
});
|
29
|
|
- (proxy as any).$axios.post("/api/customer/test", {
|
|
29
|
+ (proxy as any).$axios.get("/api/customer/test", {
|
30
|
30
|
corpid: getQueryString('corpid'),
|
31
|
31
|
code: getQueryString('code'),
|
32
|
32
|
}, true).then((res) => {
|