This commit is contained in:
tanghc
2019-05-05 14:17:14 +08:00
parent 9ab520136c
commit f8d8273d22

View File

@@ -17,7 +17,7 @@
其中`alipay_story_find_response`是它的数据节点。规则是:
> 将接口名中的点"."转换成下划线`_`,后面加上`_response`
> 将接口名中的点`.`转换成下划线`_`,后面加上`_response`
代码实现如下: