luzhenxing 3 сар өмнө
parent
commit
2868dfc7f5

+ 1 - 1
web/src/utils/common.ts

@@ -29,7 +29,7 @@ export function termDateString() {
 export const PhoneRegExp = /^[1][3,4,5,6,7,8,9][0-9]{9}$/;
 export const SmsExpirationSeconds = 300;
 
-export const getApiUrl = () => 'https://wxadminapi-debug.gkscrm.com/wechat-api';
+export const getApiUrl = () => 'https://wxadminapi.gkscrm.com/wechat-api';
 
 export const getQueryId = (router: NextRouter): string => {
   const { id } = router.query;