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