暖心小太阳 1 deň pred
rodič
commit
0e65205151
1 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  1. 3 1
      config/api.js

+ 3 - 1
config/api.js

@@ -354,5 +354,7 @@ module.exports = {
     //	客户预约
     getBooked: WxApiRoot + 'orderbook/getBooked',
 	//常见问题查询
-	getProblems:WxApiRoot+"search/getCommonProblem"
+	getProblems:WxApiRoot+"search/getCommonProblem",
+	//花王认证
+	getHwAuthInfo:WxApiRoot+"order/getHwAuthInfo"
 };