比丢小淘气 (@yoruno)codex接码指定TextMessage 中发帖

今早在接码的时候,发现有TextMessage可选,就简单看了network,发现选择Text Message的body会多个channel的参数,不知道大佬们能通过注册机强制使用TextMessage; 
接口如下: 
fetch("https://auth.openai.com/api/accounts/add-phone/send", {
  "headers": {
    
  },
  "referrer": "https://auth.openai.com/add-phone",
  "body": "{\"phone_number\":\"xxxxxxx\",\"channel\":\"sms\"}",
  "method": "POST",
  "mode": "cors",
  "credentials": "include"
});
 
 
Back to Top