@@ -102,6 +102,13 @@ class MainController extends PlatformController
exit();
}
+ //隐私协议
+ public function actionXhbUserPrivacy()
+ {
+ AgreementClass::xhbPrivacy();
+ exit();
+ }
+
//服务协议
public function actionXhbRegister()
{