mopybird hace 1 año
padre
commit
cac08881c2
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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')
 ])