10000 face(小程序): 订单接口,新增获取订单列表,生成支付参数接口 by zhongjun96 · Pull Request #2650 · binarywang/WxJava · GitHub
[go: up one dir, main page]

Skip to content

face(小程序): 订单接口,新增获取订单列表,生成支付参数接口 #2650

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

Merged
merged 3 commits into from
May 19, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add serialVersionUID
  • Loading branch information
zhongjun96 committed May 17, 2022
commit 89eef9404bb59b62797b4e2bbc8dd29f050af2ed
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
**/
@Data
public class WxMaShopPromotionInfo implements Serializable {
private static final long serialVersionUID = -812058443344709898L;
/**
* 推广员唯一ID
*/
Expand Down
0