中国移动 云MAS addSerial参数为空时没有放到map中导致发送失败
Open
- Dominant language
- Java
- Stars
- 1.3k
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
Description
MasUtils.javaz中66行
当addSerial为空时,map还是要添加map.put("addSerial", "");
要不然会发送失败,返回:{“msgGroup”:“”,“rspcod”:“InvalidUsrOrPwd”,“success”:false}
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at line 66 of MasUtils.javaz and inspect how the map is built when addSerial is empty. Verify the request still includes the addSerial entry with an empty value, then confirm the China Mobile YunMAS send path no longer returns the reported InvalidUsrOrPwd response.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100