This commit is contained in:
tanghc
2019-05-05 14:15:54 +08:00
parent 13651c6931
commit 9ab520136c

View File

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