Explorar el Código

添加微信/支付宝支付回调router

huangrf hace 6 años
padre
commit
8f36322a32
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      light-apiengine.xml

+ 6 - 0
light-apiengine.xml

@@ -686,6 +686,12 @@
                 </return>
             </api>
         </controller>
+        <controller name="pay_callback" desc="微信或支付宝支付回调相关接口" skip_login="true">
+            <api name="wxpay" desc="微信支付回调" method="post">
+            </api>
+            <api name="alipay" desc="支付宝支付回调" method="post">
+            </api>
+        </controller>
     </controllers>
     <beans>
         <bean name="sys_org_tree" desc="组织架构" inher="$sys_org">