aliyun / alibabacloud-java-async-sdk

16 stars 26 forks source link

add action SendMessageToGlobe for async sms client #7

Closed imgaoxin closed 1 year ago

imgaoxin commented 1 year ago

Background information: We need to call the SendMessageToGlobe interface to send a text message to the international locale. However, this api is currently not available in the sdk.

Related documents:

  1. https://help.aliyun.com/document_detail/164194.html?spm=5176.smartservice_service_robot_chat_new.0.0.4fe9709a5Gv9XI
  2. https://help.aliyun.com/document_detail/164189.html#section-og6-2pg-s9r
  3. https://github.com/aliyun/alibabacloud-java-async-sdk/commit/250497c4fb745ff7185d19ebe77e2703231801df

Need: The relevant model seems to be generated by your internal tool, can you support it?

yndu13 commented 1 year ago

It's ok. https://github.com/aliyun/alibabacloud-java-async-sdk/commit/075d86b9cf542655c7fad0efe2220751a9c52fb2#diff-02f88cae297c8e0f9ac8af3ff95d1b4fc93059eceffe16c06b20c7c89d9f1019R120

imgaoxin commented 1 year ago

thanks!