Browse Source

'增加对接前必看文档'

lh 3 years ago
parent
commit
dee82621f2
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/Controllers/CompanyAuth/AInfoController.php

+ 4 - 4
src/Controllers/CompanyAuth/AInfoController.php

@@ -25,10 +25,10 @@ class AInfoController extends Controller
      * @apiName 对接前必看
      * @apiGroup AInfo
      * @apiDescription
-     * 1.签名参考
-     * public static function sign($params, $key)
-     *  {
-     *  $data = $params;
+     * 1.签名参考 <br />
+     * public static function sign($params, $key) <br />
+     *  { <br />
+     *  $data = $params; <br />
      *  //签名步骤一:按字典序排序参数
      *  ksort($data);
      *  $buff = "";