Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加 微信小商店 标准版 接口 #2756

Closed
wants to merge 47 commits into from
Closed

增加 微信小商店 标准版 接口 #2756

wants to merge 47 commits into from

Conversation

borisbao
Copy link

增加 微信小商店 标准版 接口

wanglei and others added 30 commits January 26, 2022 20:04
Signed-off-by: wanglei <[email protected]>
Signed-off-by: wanglei <[email protected]>
Signed-off-by: wanglei <[email protected]>
� Conflicts:
�	weixin-java-cp/src/main/java/me/chanjar/weixin/cp/api/WxCpKfService.java
�	weixin-java-cp/src/main/java/me/chanjar/weixin/cp/api/impl/WxCpKfServiceImpl.java
�	weixin-java-cp/src/main/java/me/chanjar/weixin/cp/constant/WxCpApiPathConsts.java
Signed-off-by: wanglei <[email protected]>
Signed-off-by: wanglei <[email protected]>
Signed-off-by: wanglei <[email protected]>
Signed-off-by: wanglei <[email protected]>
Signed-off-by: wanglei <[email protected]>
Signed-off-by: wanglei <[email protected]>
wanglei and others added 15 commits July 9, 2022 15:18
Signed-off-by: wanglei <[email protected]>
Signed-off-by: wanglei <[email protected]>
Signed-off-by: wanglei <[email protected]>
Signed-off-by: wanglei <[email protected]>
Signed-off-by: wanglei <[email protected]>
Signed-off-by: wanglei <[email protected]>
Signed-off-by: wanglei <[email protected]>
Signed-off-by: wanglei <[email protected]>
Signed-off-by: wanglei <[email protected]>
Signed-off-by: wanglei <[email protected]>
Signed-off-by: wanglei <[email protected]>
Signed-off-by: wanglei <[email protected]>
Signed-off-by: wanglei <[email protected]>
� Conflicts:
�	weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/api/WxMaProductService.java
�	weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/api/WxMaService.java
�	weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/api/impl/BaseWxMaServiceImpl.java
�	weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/api/impl/WxMaProductServiceImpl.java
�	weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/product/WxMinishopAddressInfo.java
�	weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/product/WxMinishopDeliveryInfo.java
�	weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/product/WxMinishopOrderResult.java
�	weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/product/WxMinishopProductInfo.java
�	weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/bean/product/WxMinishopSku.java
�	weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/constant/WxMaApiUrlConstants.java
@@ -503,4 +503,8 @@ public interface WxMaService extends WxService {
* @return
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💬 41 similar findings have been found in this PR


EmptyBlockTag: A block tag (@param, @return, @throws, @deprecated) has an empty description. Block tags without descriptions don't add much value for future readers of the code; consider removing the tag entirely or adding a description.


Suggested change
* @return
*

Expand here to view all instances of this finding
File Path Line Number
weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/api/WxMaService.java 406
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/PartnerPayScoreService.java 100
weixin-java-common/src/main/java/me/chanjar/weixin/common/util/res/StringManager.java 221
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/PartnerPayScoreService.java 83
weixin-java-common/src/main/java/me/chanjar/weixin/common/session/InternalSessionManager.java 105
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/PartnerPayScoreService.java 194
weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/api/WxMaService.java 427
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/PartnerPayScoreService.java 98
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/PartnerPayScoreService.java 81
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/PartnerPayScoreService.java 44

Showing 10 of 41 findings. Visit the Lift Web Console to see all.


Reply with "@sonatype-lift help" for info about LiftBot commands.
Reply with "@sonatype-lift ignore" to tell LiftBot to leave out the above finding from this PR.
Reply with "@sonatype-lift ignoreall" to tell LiftBot to leave out all the findings from this PR and from the status bar in Github.

When talking to LiftBot, you need to refresh the page to see its response. Click here to get to know more about LiftBot commands.


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

@SerializedName("cat_id")
private Integer catId;
@SerializedName("f_cat_id")
private Integer fCatId;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💬 257 similar findings have been found in this PR


SameNameButDifferent: The name fCatId; refers to [java.lang.SuppressWarnings, java.lang.Integer] within this file. It may be confusing to have the same name refer to multiple types. Consider qualifying them for clarity.


Expand here to view all instances of this finding
File Path Line Number
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/datacube/WxDataCubeInterfaceResult.java 43
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/payscore/WxPayScoreRequest.java 21
weixin-java-miniapp/src/main/java/cn/binarywang/wx/miniapp/api/impl/WxMaSchemeServiceImpl.java 19
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/result/WxMpShortKeyResult.java 14
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/store/WxMpStoreInfo.java 14
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/external/WxCpInterceptRuleResultResp.java 16
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/bean/WxCpTpUserDetail.java 31
weixin-java-open/src/main/java/me/chanjar/weixin/open/bean/minishop/MinishopPicFile.java 8
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/kefu/WxMpKefuMessage.java 158
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/guide/WxMpGuideBuyerResp.java 36

Showing 10 of 257 findings. Visit the Lift Web Console to see all.


Reply with "@sonatype-lift help" for info about LiftBot commands.
Reply with "@sonatype-lift ignore" to tell LiftBot to leave out the above finding from this PR.
Reply with "@sonatype-lift ignoreall" to tell LiftBot to leave out all the findings from this PR and from the status bar in Github.

When talking to LiftBot, you need to refresh the page to see its response. Click here to get to know more about LiftBot commands.


Was this a good recommendation?
[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

@borisbao
Copy link
Author

修改 接口注释

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant