🎨 优化部分javadoc

This commit is contained in:
Binary Wang 2022-12-02 18:31:46 +08:00
parent 07c4615d7e
commit c7ade5b2d5
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,8 @@ package com.github.binarywang.wxpay.bean.applyment.enums;
/**
* 个体户/企业/党政机关及事业单位/其他组织可选择任一证件类型
* 枚举值
*
* @author 叶枫
*/
public enum IdTypeEnum {
/**

View File

@ -462,8 +462,7 @@ public class WxPayUnifiedOrderV3Request implements Serializable {
* 变量名area_code
* 是否必填
* 类型string[1,32]
* 描述
* 地区编码详细请见省市区编号对照表(https://pay.weixin.qq.com/wiki/doc/apiv3/terms_definition/chapter1_1_3.shtml)
* 描述 地区编码, <a href="https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/applyments/chapter4_1.shtml">详细请见省市区编号对照表</a>
* 示例值440305
* </pre>
*/