tencentcloud-sdk-nodejs-essbasic 4.1.262 → 4.1.263
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -6413,7 +6413,7 @@ export interface CreateEmployeeChangeUrlRequest {
|
|
|
6413
6413
|
*/
|
|
6414
6414
|
OpenId?: string;
|
|
6415
6415
|
/**
|
|
6416
|
-
* <p>待修改的员工手机号,支持海外格式</p>
|
|
6416
|
+
* <p>待修改的员工手机号,支持海外格式</p><p>参数格式:<br><br>国内:+86 1825195xxxx 或者 1825195xxxx <br><br>海外:+12 12345xxx</p>
|
|
6417
6417
|
*/
|
|
6418
6418
|
NewMobile?: string;
|
|
6419
6419
|
}
|