Zhenxing.Lu 14 時間 前
コミット
957e7b4723
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/api/wechat/server.ts

+ 1 - 1
src/api/wechat/server.ts

@@ -10,7 +10,7 @@ enum Api {
   DeleteServer = '/wechat-api/server/delete',
   GetServerById = '/wechat-api/server',
   RefreshWorkPhone = '/wechat-api/workphone/wxaccount/refresh',
-  RefreshQxWorkPhone = '/wechat-api/workphone/Qxaccount/refresh',
+  RefreshQxWorkPhone = '/wechat-api/workphone/Qwaccount/refresh',
 }
 
 /**