mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🎨 规范化部分代码格式和命名
This commit is contained in:
@@ -78,9 +78,7 @@ public class ProfitSharingRequest extends BaseWxPayRequest {
|
||||
|
||||
@Override
|
||||
protected void checkConstraints() throws WxPayException {
|
||||
/**
|
||||
* 目前仅支持HMAC-SHA256
|
||||
*/
|
||||
// 目前仅支持HMAC-SHA256.
|
||||
this.setSignType(WxPayConstants.SignType.HMAC_SHA256);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user