mopybird 1 年之前
父節點
當前提交
cac08881c2
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      apps/web/common/urls.py

+ 3 - 1
apps/web/common/urls.py

@@ -60,6 +60,8 @@ urlpatterns = patterns('', *[
 
     url(r'^withdraw/alipay/save', saveAlipayWithdrawInfo, name= 'saveAlipayWithdrawAccount'),
 
-    url(r'^withdraw/wechat/save', saveWechatWithdrawInfo, name= 'saveWechatWithdrawInfo')
+    url(r'^withdraw/wechat/save', saveWechatWithdrawInfo, name= 'saveWechatWithdrawInfo'),
+
+    url(r'^ali/user/agreement/sign$', makeAliUserAgreementSign, name='makeAliUserAgreementSign')
 ])