Sfoglia il codice sorgente

feat : 米大师支付代码提交

bilingfeng 2 anni fa
parent
commit
f87627672f

+ 7 - 0
game-module/game-common/src/main/java/com/zanxiang/common/domain/MiPayConfig.java

@@ -17,6 +17,13 @@ import org.springframework.stereotype.Component;
 @AllArgsConstructor
 @Builder
 public class MiPayConfig {
+
+    /**
+     * 微信小程序appId
+     */
+    @ApiModelProperty(notes = "微信小程序appId")
+    private String wxAppId;
+
     /**
      * 米大师支付应用id
      */

+ 1 - 2
game-module/game-common/src/main/java/com/zanxiang/common/enums/HttpStatusEnum.java

@@ -324,7 +324,7 @@ public enum HttpStatusEnum {
 
 
     /**
-     * 玩家充值未达标
+     * 订单游戏id为空
      */
     ORDER_GAME_ID_IS_NULL(41501, "订单游戏id为空"),
 
@@ -343,7 +343,6 @@ public enum HttpStatusEnum {
      */
     ACCESS_TOKEN_CREATE_ERROR(41504, "生成access_token失败"),
 
-
     /**
      * 米大师连接失败
      */