こんにちは
現在、APIを用いて開発を行っているものです。
以下の手順でAPIを設定しました。
呼び出しまでは問題ないのですが、パラメータを排除しても
パラメータ情報が変更せずに困っています。
(Hello!!
Currently, we are developing using API.
I set the API by the following procedure.
There is no problem until the call, but even if you eliminate the parameter
I am in trouble because the parameter information does not change.)
①APIのパラメータを入力
(Enter API parameters)
②APIを呼び出し、セーブボタンをクリック
(Call the API and click the save button)
③APIのパラメータを削除
(Delete API parameters)
④"input A"に入力した値がパラメータに来るように設定
(Set the value entered in “input A” to come to the parameter)
⑤"input A"がパラメータにならず、2301(最初に設定した値)がパラメータにくる…
(“input A” is not a parameter, 2301 (the first set value) is a parameter …)
APIの設定は間違っていないと思いますが、API側の設定でこのようなことはよくあるのでしょうか?解決方法あれば、是非教えて欲しいです。
(I don’t think the API settings are wrong, but is this often the case with API settings? If there is a solution, please let me know.)