Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试这样做:
INSERT INTO ymail.folders(folder.folderInfo.name) VALUES('Lykebox')
但我收到此错误:
表 'ymail.folders' 中的动词 'insert' 没有匹配的端点。
如果不可能,请告诉我使用 PHP 创建文件夹的任何方法。
也许尝试使用api创建一个文件夹 CreateFolder将一个新的个人文件夹添加到用户的 MyFolder 列表中。文件夹名称只能是字母、数字以及连字符 (-)、空格 ( ) 和下划线 (_) 字符。
这里优先考虑 json 端点imho :)