/** *@des å ¬ç¨åºç¡ *@author stav [email protected] *@blog https://stavtop.club *@date 2019/11/19 14:56:57 *@param registerByPass */ // è·åçå¸åºå表 const provinceList = '/tiny-shop/v1/common/provinces/index'; // æ¶èåå const collectCreate = '/tiny-shop/v1/common/collect/create'; // å 餿¶èåå const collectDel = '/tiny-shop/v1/common/collect/delete'; // å享/转å const transmitCreate = '/tiny-shop/v1/common/transmit/create'; // 广å const advList = '/tiny-shop/v1/common/adv/index'; const advView = '/tiny-shop/v1/common/adv/view'; // é ç½® const configList = '/tiny-shop/v1/common/config/index'; // å å¼ const payCreate = '/tiny-shop/v1/common/pay/create'; // å å¼é ç½® const wechatConfig = '/tiny-shop/v1/third-party/wechat-js-sdk'; // å ¬å // å ¬åå表 const notifyAnnounceIndex = '/tiny-shop/v1/common/notify-announce/index'; // å ¬å详æ const notifyAnnounceView = '/tiny-shop/v1/common/notify-announce/view'; // çæ¬æ£æµ const versionsIndex = '/app-versions/versions/index'; // çæ¬æ£æµ const pickupPointIndex = '/tiny-shop/v1/common/pickup-point/index'; // ç«ç¹å¸®å©-å表 const helperIndex = '/tiny-shop/v1/common/helper/index'; // ç«ç¹å¸®å©-详æ const helperView = '/tiny-shop/v1/common/helper/view'; // 设å¤ç»å®(appæ¨é) const bindingEquipment = '/tiny-shop/v1/member/auth/binding-equipment'; // æ¥è¯¢ç»å®ç¶æ const authIsBinding = '/tiny-shop/v1/member/auth/is-binding'; // ç¬¬ä¸æ¹ç»å® const authCreate = '/tiny-shop/v1/member/auth/create'; export { provinceList, collectCreate, collectDel, transmitCreate, advList, advView, payCreate, configList, wechatConfig, notifyAnnounceIndex, notifyAnnounceView, versionsIndex, pickupPointIndex, helperIndex, helperView, bindingEquipment, authIsBinding, authCreate };