mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-29 01:18:36 +08:00
🎨 优化部分javadoc
This commit is contained in:
@ -3,6 +3,8 @@ package com.github.binarywang.wxpay.bean.applyment.enums;
|
|||||||
/**
|
/**
|
||||||
* 个体户/企业/党政、机关及事业单位/其他组织:可选择任一证件类型。
|
* 个体户/企业/党政、机关及事业单位/其他组织:可选择任一证件类型。
|
||||||
* 枚举值
|
* 枚举值
|
||||||
|
*
|
||||||
|
* @author 叶枫
|
||||||
*/
|
*/
|
||||||
public enum IdTypeEnum {
|
public enum IdTypeEnum {
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -462,8 +462,7 @@ public class WxPayUnifiedOrderV3Request implements Serializable {
|
|||||||
* 变量名:area_code
|
* 变量名:area_code
|
||||||
* 是否必填:否
|
* 是否必填:否
|
||||||
* 类型:string[1,32]
|
* 类型:string[1,32]
|
||||||
* 描述:
|
* 描述: 地区编码, <a href="https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/ecommerce/applyments/chapter4_1.shtml">详细请见省市区编号对照表</a>。
|
||||||
* 地区编码,详细请见省市区编号对照表(https://pay.weixin.qq.com/wiki/doc/apiv3/terms_definition/chapter1_1_3.shtml)。
|
|
||||||
* 示例值:440305
|
* 示例值:440305
|
||||||
* </pre>
|
* </pre>
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user