我需要一个帮助。我是magneto-2的新手,已经有一个注册表格可以将数据提交到数据库。注册表如下。
在这里,我可以使用magento的默认方法将数据保存到数据库中。但是在这里,我的要求是我还需要使用REST API将值也保存到同一表中。
以下是Magneto在提交注册表时创建的表。
customer_address_entity |
| customer_address_entity_datetime |
| customer_address_entity_decimal |
| customer_address_entity_int |
| customer_address_entity_text |
| customer_address_entity_varchar |
| customer_entity |
| customer_entity_datetime |
| customer_entity_decimal |
| customer_entity_int |
| customer_entity_text |
| customer_entity_varchar
这里,我只需要使用REST API
来提交相同的值,就意味着不想使用其默认的磁电机默认格式。