Alilestera

Results 11 comments of Alilestera

It seems still not solve, and nobody take this task. I have a simple but useful idea, and I implemented it. In layotto github-ci process, main command about go-unit-test is...

Alibaba cloud SMS docs looks too chaos, its sdk repository has two different smsapi version. One is 20170525/v3, another is 20180501/v2, but the latest docs only has 20170525/v2. If really...

please assign this task to me, develop a new component for tencent cloud sms, and I working on it now.

I found a problem in Tencent cloud sms api, when we set template parameters to a sms request, it need slice of string, not key-value pair that defined in `sms.proto`...

> @alilestera For Tencent Cloud, you can use `map template_params` to simulate a string array, for example: > > ```json > { > "0":"xxx", > "1":"yyy", > } > ```...

@seeflood I found another problem. Alibaba cloud sms `SendSms` API's response is an object like: ```json { "Code": "OK", "Message": "OK", "BizId": "9006197469364984****", "RequestId": "F655A8D5-B967-440B-8683-DAD6FF8DE990" } ``` Send short message...

Sorry, I've been a bit busy this past time and I've been planning to finish it up recently.

对于我们来说,重要的还是怎么将这些规划分为若干个任务来让大家参与。而这几个方面(部署运维建设、性能优化建设、接口标准和能力建设、SDK建设)又是很难一步一步建设的,更可能的是需要一起推进。 还有想要快速推进layotto的落地、产品化,需要项目维护者也积极地去跟进各种事项并能及时反馈,简单来说,花费更多时间在这上面。

I can take a task that develop alibaba cloud email service component for email API. I'm working on it.

@seeflood Hi. I have checked API reference and its design discussion, but I still can't understand the meaning of the field `setting_id` in `SendEmailRequest`, which is only described "Required".