完善合作获客员备注名:保存时校验长度,弹窗展示 saler_real_name。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-02 17:57:17 +08:00
parent 328c4321f4
commit c7f557f361
8 changed files with 97 additions and 5 deletions

View File

@ -24,6 +24,7 @@ final class CooperationOrderAPITests: XCTestCase {
XCTAssertEqual(response.list.first?.displayId, 101)
XCTAssertEqual(response.list.first?.displayName, "张哥")
XCTAssertEqual(response.list.first?.photogRemarkName, "张哥")
XCTAssertEqual(response.list.first?.salerRealName, "管铜彬")
XCTAssertEqual(response.list.first?.displayPhone, "19281871413")
XCTAssertEqual(response.list.first?.bindingId, 5)
XCTAssertEqual(response.list.first?.shareCode, "INV-000101")