申请退款接口失败时返回 解析好的json串,方便拿到错误原因err_code_des展示,而不是直接throw一个错误码err_code#106
Open
huangjilaiqin wants to merge 1 commit intobefinal:masterfrom
Open
申请退款接口失败时返回 解析好的json串,方便拿到错误原因err_code_des展示,而不是直接throw一个错误码err_code#106huangjilaiqin wants to merge 1 commit intobefinal:masterfrom
huangjilaiqin wants to merge 1 commit intobefinal:masterfrom
Conversation
Owner
|
这样会影响现有用户的使用方式,甚至影响现有业务 |
Author
|
@befinal 那现有的这种方式怎么才能拿到那个json传呢,或者考虑一下这个对现有的影响有多大 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
当业务上发生失败时,尽量把微信的数据解析后透传给使用方,方便根据自己的业务特点对错误进行处理或提示